Html Css Color HEX #0383AF Cerulean

📋 copy color: '#0383AF'

red 3 ◦ green 131 ◦ blue 175

#0383AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0383AF

Tints of Cerulean #0383AF

RGB

 RED value IS 3 (1.56% from 255) = 0.97%

 GREEN value IS 131 (51.56% from 255) = 42.39%

 BLUE value IS 175 (68.75% from 255) = 56.63%

R = 0.97%
G = 42.39%
B = 56.63%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0383AF (or 0x0383AF) is known color: Cerulean. HEX triplet: 03, 83 and AF. RGB value is (3,131,175). Sum of RGB (Red+Green+Blue) = 3+131+175=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #0383AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0383AF is #FC7C50. Grayscale: #616161. Windows color (decimal): -16546897 or 11502339. OLE color: 11502339.

HSL color Cylindrical-coordinate representation of color #0383AF: hue angle of 195.35º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0383AF is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 131 175 -
CMYK 0.98 0.25 0 0.31
HSL 195.35º 0.97% 0.35% -
HSV(B) 195.35º 0.98% 0.69% -
XYZ 15.89 19.35 43.45 -
YUV 97.74 171.59 60.42 -
System Red Green Blue C M Y K H S L
Decimal 3 131 175 0.98 0.25 0 0.31 195.35 0.97 0.35
Hex 3 83 AF 62 19 0 1F C3 61 23
Octal 3 203 257 142 31 0 37 303 141 43
Binary 11 10000011 10101111 1100010 11001 0 11111 11000011 1100001 100011

Color Harmonies of #0383AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0383AF

Black with #0383AF

Text Example


Text Example

White with #0383AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0383AF; }

 p { color: rgb(3,131,175); }

 H1.HeaderClassName
 {
   color: #0383AF;
 }
 .AnyTagClassName
 {
   color: #0383AF;
 }
</style>

background-color css

<style>
 a { background-color: #0383AF; }

 a { background-color: rgb(3,131,175); }

 div.DivClassName
 {
   background-color: #0383AF;
 }
 .BgClassName
 {
   background-color: #0383AF;
 }
</style>

border-color css

<style>
 span { border-color: #0383AF; }

 span { border-color: rgb(3,131,175); }

 td.TdClassName
 {
   border-color: #0383AF;
 }
 .TagClassName
 {
   border-color: #0383AF;
 }
</style>