Html Css Color HEX #0675BB Cerulean

📋 copy color: '#0675BB'

red 6 ◦ green 117 ◦ blue 187

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

Shades of Cerulean #0675BB

Tints of Cerulean #0675BB

RGB

 RED value IS 6 (2.73% from 255) = 1.94%

 GREEN value IS 117 (46.09% from 255) = 37.74%

 BLUE value IS 187 (73.44% from 255) = 60.32%

R = 1.94%
G = 37.74%
B = 60.32%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0675BB (or 0x0675BB) is known color: Cerulean. HEX triplet: 06, 75 and BB. RGB value is (6,117,187). Sum of RGB (Red+Green+Blue) = 6+117+187=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #0675BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0675BB is #F98A44. Grayscale: #5B5B5B. Windows color (decimal): -16353861 or 12285190. OLE color: 12285190.

HSL color Cylindrical-coordinate representation of color #0675BB: hue angle of 203.2º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0675BB is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 117 187 -
CMYK 0.97 0.37 0 0.27
HSL 203.2º 0.94% 0.38% -
HSV(B) 203.2º 0.97% 0.73% -
XYZ 15.41 16.35 49.36 -
YUV 91.79 181.73 66.81 -
System Red Green Blue C M Y K H S L
Decimal 6 117 187 0.97 0.37 0 0.27 203.2 0.94 0.38
Hex 6 75 BB 61 25 0 1B CB 5E 26
Octal 6 165 273 141 45 0 33 313 136 46
Binary 110 1110101 10111011 1100001 100101 0 11011 11001011 1011110 100110

Color Harmonies of #0675BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0675BB

Black with #0675BB

Text Example


Text Example

White with #0675BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0675BB; }

 p { color: rgb(6,117,187); }

 H1.HeaderClassName
 {
   color: #0675BB;
 }
 .AnyTagClassName
 {
   color: #0675BB;
 }
</style>

background-color css

<style>
 a { background-color: #0675BB; }

 a { background-color: rgb(6,117,187); }

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

border-color css

<style>
 span { border-color: #0675BB; }

 span { border-color: rgb(6,117,187); }

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